Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.user.registration.core.types.contrib--doctype

This contribution is part of XML component org.nuxeo.ecm.user.registration.core.types.contrib inside nuxeo-platform-user-registration-core-9.10.jar /OSGI-INF/user-registration-core-types-contrib.xml

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <facet name="UserRegistration">
          <schema name="userinfo"/>
          <schema name="docinfo"/>
          <schema name="registration"/>
        </facet>
  • <facet name="RegistrationConfiguration">
          <schema name="registrationconfiguration"/>
        </facet>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <facet name="UserRegistration">
      <schema name="userinfo"/>
      <schema name="docinfo"/>
      <schema name="registration"/>
    </facet>

    <facet name="RegistrationConfiguration">
      <schema name="registrationconfiguration"/>
    </facet>
  </extension>